object yesno: Tyesno Left = 506 Top = 565 BorderIcons = [] BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 82 ClientWidth = 186 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 169 Height = 33 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 16 Width = 153 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Delete the message file?' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Button1: TButton Left = 96 Top = 48 Width = 75 Height = 25 Caption = '&No' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 16 Top = 48 Width = 75 Height = 25 Caption = '&Yes' TabOrder = 0 OnClick = Button2Click end end